home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection Student Program / ADC Tools Sampler CD Disk 3 1999.iso / Cool Demos, SDKs, & Tools / Demos⁄Tools⁄Offers / Output Flags / Output Flags Release Notes < prev   
Text File  |  1999-05-24  |  4KB  |  101 lines

  1. ========================================================================
  2. Output Flags Release Notes
  3. ========================================================================
  4.  
  5. Version: CW Pro 5
  6. Date:    May 24, 1999
  7. Author:  Josef W. Wankerl
  8. ========================================================================
  9.  
  10. This directory contains a preliminary version of the Output Flags post
  11. linker.  The post linker allows you to set various properties on the
  12. final executable file generated when you make a project.
  13.  
  14. Metrowerks does not currently offer technical support for this product.
  15.  
  16.  
  17. ========================================================================
  18. Preliminary documentation
  19. ========================================================================
  20.  
  21. The Output Flags post linker lets you set various properties for your
  22. final linked output.  You must select Output Flags as a post linker in
  23. the Target Settings pref panel before it will work.  (The preference
  24. panel for Output Flags is always visible.  If you change settings in it,
  25. but you don't have the post linker selected in the Target Settings
  26. panel, no changes will be applied to your output file.)
  27.  
  28. The Output Flags preference panel has three sections of flags you can
  29. change.
  30.  
  31. File Flags
  32. The items in the File Flags section pertain to the output file itself,
  33. or items in the ouput file's resource map.
  34.  
  35.   o File locked - This setting controls whether or not the file is
  36.     "locked".  A locked file cannot be changed or easily thrown away.
  37.  
  38.   o Resource map is read-only - This setting controls a flag inside the
  39.     resource map.  When the resource map is read-only, any changes made
  40.     to resources (via AddResource or ChangeResource) are only kept in
  41.     memory.  No resource changes will be written out to disk.
  42.  
  43.   o Printer driver is MultiFinder compatable - This setting controls a
  44.     flag inside the resource map.  This flag controls the way system
  45.     resources are loaded.  When the flag is set, any items marked to
  46.     load in the system heap are loaded in the application heap instead.
  47.     WARNING:  Do not make any changes to the resource map when this bit
  48.     is set.  (You should rarely, if ever, have to set this flag.)
  49.  
  50. Finder Flags
  51. The items in the Finder Flags section pertain to characteristics
  52. specific to the Finder.  For complete documentation on each of these
  53. items, refer to the Finder Interface chapter in Inside Macintosh:
  54. Toolbox Essentials.  You can find this chapter on the web at:
  55. <http://http://developer.apple.com/techpubs/mac/Toolbox/Toolbox-443.html>
  56.  
  57. Comments
  58. The single edit item lets you set the comment field that shows up when
  59. you Get Info on a file in the Finder.
  60.  
  61.  
  62. ========================================================================
  63. New Features in This Version
  64. ========================================================================
  65.  
  66. *  None.
  67.  
  68.  
  69. ========================================================================
  70. Bugs Fixed in This Version
  71. ========================================================================
  72.  
  73. *  None.
  74.  
  75.  
  76. ========================================================================
  77. Known Bugs and Incompatibilities
  78. ========================================================================
  79.  
  80. *  Works correctly only when the output from the linker is a single
  81.    file, not a folder or multiple files.
  82.  
  83.  
  84. ========================================================================
  85. Contacting Metrowerks
  86. ========================================================================
  87.  
  88. For bug reports, technical questions, and suggestions, please use the
  89. forms in the Release Notes folder on the CD, and send them to
  90.  
  91. support@metrowerks.com
  92.  
  93. See the CodeWarrior on the Nets document in the Release Notes folder for
  94. more contact information, including a list of Internet newsgroups,
  95. online services, and patch and update sites.
  96.  
  97. ========================================================================
  98.  
  99. Josef W. Wankerl
  100. Quality Assurance
  101. Metrowerks Corporation